home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 November / macformat-109.iso / Demos / Alice Demo / demo / pak0.pk3 / models / prj_bullet.tik < prev    next >
Encoding:
Text File  |  2000-11-20  |  793 b   |  39 lines

  1. TIKI
  2. setup
  3.     {
  4.     scale 2.8
  5.     path models/weapons/bullet
  6.     surface material1 shader skin01.tga
  7.     }
  8.  
  9. init
  10. {
  11.     server
  12.     {
  13.         classname Projectile
  14.         setsize "-8 -8 -8" "8 8 8"
  15.         speed 1500
  16.         meansofdeath gib
  17.         hitdamage 10
  18.     }
  19.     client
  20.     {
  21.         aliascache impact_world1 sound/weapon/shared/bullet_world1.wav
  22.         aliascache impact_world2 sound/weapon/shared/bullet_world2.wav
  23.         aliascache impact_flesh1 sound/weapon/shared/bullet_flesh1.wav
  24.         aliascache impact_flesh2 sound/weapon/shared/bullet_flesh2.wav
  25.     }
  26. }
  27.  
  28. animations
  29. {
  30.     idle notmoving.tan
  31.     {
  32.         client
  33.         {
  34.             first swipeon textures/special/redswipe.tga tag_right tag_left 0.5
  35.             first swipeon textures/special/redswipe.tga tag_left tag_top 0.5
  36.             first swipeon textures/special/redswipe.tga tag_top tag_right 0.5
  37.         }
  38.     }
  39. }